home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000013_news@newsmaster….columbia.edu _Sat Dec 20 20:06:05 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id UAA12244
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 20 Dec 1997 20:06:02 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id UAA00517
  7.     for kermit.misc@watsun; Sat, 20 Dec 1997 20:06:01 -0500 (EST)
  8. Path: news.columbia.edu!panix!logbridge.uoregon.edu!newsfeed.direct.ca!news.he.net!newsfeed.usit.net!newsfeed.telalink.net!usenet
  9. From: nospam@nospam.net (Alan P. Kennedy, Sr)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Unable to apply PATCHES for ckermit
  12. Date: 20 Dec 1997 19:01:48 -0600
  13. Organization: Infinet
  14. Lines: 66
  15. Sender: apkenned@spam.net
  16. Message-ID: <m3lnxfqzk3.fsf@spam.net>
  17. NNTP-Posting-Host: dial1-dyn4-9.bna.telalink.net
  18. Mime-Version: 1.0
  19. Content-Type: text/plain; charset=ISO-8859-1
  20. Content-Transfer-Encoding: 8BIT
  21. X-Newsreader: Gnus v5.3/Emacs 19.34
  22. Xref: news.columbia.edu comp.protocols.kermit.misc:8173
  23.  
  24. I cannot apply patch-21 and patch-26
  25.  
  26. Below is the error for patch-21 for ckermit.
  27. Hmm...  Looks like a new-style context diff to me...
  28. The text leading up to this was:
  29. --------------------------
  30. |X-Patch-Number: 0021
  31. |Date: Sun Mar 23 19:25:18 1997
  32. |From: Frank da Cruz <fdc@columbia.edu>
  33. |Subject: Problems with long function arguments 
  34. |
  35. |The 1023-byte limit on function arguments is overly restrictive on platforms
  36. |where memory is not tight.  Patch:
  37. |
  38. |*** /w/pub/ftp/kermit/f/ckuusr.h       Sun Nov 24 19:20:52 1996
  39. |--- ckuusr.h   Sun Mar 23 19:48:59 1997
  40. --------------------------
  41. Patching file ckuusr.h using Plan A...
  42. patch: pch.c:764: another_hunk: Assertion `fillsrc==p_end+1 || fillsrc==repl_beginning' failed.
  43. ******************* end of error ************************
  44.  
  45. Looks like a problem with patch to me. However, would like to check to
  46. see if anyone else has this problem.
  47.  
  48. *********************************************************
  49. Below is the error for patch-26 for ckermit.
  50.  
  51. Hmm...  Looks like a new-style context diff to me...
  52. The text leading up to this was:
  53. --------------------------
  54. |X-Patch-Number: 0026
  55. |Date: Tue Apr  1 18:02:15 1997
  56. |From: Frank da Cruz <fdc@columbia.edu>
  57. |Subject: Incorrect checks for macro/command-file nesting depth
  58. |
  59. |*** /w/pub/ftp/kermit/f/ckuusr.c       Tue Feb 18 09:31:40 1997
  60. |--- ckuusr.c   Tue Apr  1 18:00:56 1997
  61. --------------------------
  62. Patching file ckuusr.c using Plan A...
  63. Hunk #1 succeeded at 3405.
  64. Hmm...  The next patch looks like a new-style context diff to me...
  65. The text leading up to this was:
  66. --------------------------
  67. Patching file ckuus5.c using Plan A...
  68. Hunk #1 failed at 2526.
  69. 1 out of 1 hunks failed--saving rejects to ckuus5.c.rej
  70. Hmm...  Ignoring the trailing garbage.
  71. done
  72. ******************* end of error ************************
  73.  
  74. Okay both patches were applied to clean cku192.tar.gz distributions
  75. with no other patches. I attempted with other patches and got the
  76. exact same errors. 
  77.  
  78. The systems tried on are redhat 4.2 and redhat 5.0, and I got the
  79. exact same errors. I guess the question is will these two patches work
  80. with Linux? patch-21 and patch-26 are not that critical for what I do
  81. but I was wondering if it is possible to apply these patches to a
  82. linux system.
  83.  
  84. I did look in my ckermit book version 6, and no help there on this
  85. matter. 
  86.  
  87. Thanks for any help,
  88.  
  89. Alan